home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacOS 8 Resources / Developer Tools / Mac OS 8 Interfaces & Libraries / Interfaces / IDLIncludes / TextEngines.idl < prev    next >
Text File  |  1996-05-01  |  806b  |  41 lines

  1. /*
  2.      File:        TextEngines.idl
  3.  
  4.      Version:    Technology:    System 8
  5.                  Release:    Universal Interfaces 3.0d3 on Copland DR1
  6.  
  7.      Copyright:    © 1984-1996 by Apple Computer, Inc.  All rights reserved.
  8.  
  9.      Bugs?:        If you find a problem with this file, send the file and version
  10.                  information (from above) and the problem description to:
  11.  
  12.                      Internet:    apple.bugs@applelink.apple.com
  13.                      AppleLink:    APPLE.BUGS
  14.  
  15. */
  16. #ifndef __TEXTENGINES_IDL__
  17. #define __TEXTENGINES_IDL__
  18.  
  19. #include <somobj.idl>
  20. #include <somcls.idl>
  21.  
  22. #ifndef __TYPES_IDL__
  23. #include <Types.idl>
  24. #endif
  25. #ifndef __QUICKDRAW_IDL__
  26. #include <QuickDraw.idl>
  27. #endif
  28. #ifndef __TEXTENGINETYPES_IDL__
  29. #include <TextEngineTypes.idl>
  30. #endif
  31.  
  32. #ifdef __SOMIDL__
  33.  
  34. #if FOR_SYSTEM8_COOPERATIVE
  35. #endif
  36.  
  37. #endif /* __SOMIDL__ */
  38.  
  39. #endif /* __TEXTENGINES_IDL__ */
  40.  
  41.